home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / COVER0.DIR / 00035.ls < prev    next >
Encoding:
Text File  |  1995-01-14  |  246 b   |  18 lines

  1. on mynext
  2.   puppetSound("Shutter")
  3.   if the frame = 12 then
  4.     go(1, "COVER1.DIR")
  5.   else
  6.     go(marker(1))
  7.   end if
  8. end
  9.  
  10. on myprev
  11.   puppetSound("Shutter")
  12.   if the frame = 1 then
  13.     go(7, "COVER10.DIR")
  14.   else
  15.     go(marker(-1))
  16.   end if
  17. end
  18.